:: Post-Full Image Backup.bat :: Dismount a USB volume (external drive) when we complete our full image backup :: This should help to prevent virus from encrypting our VHD backups :: 9/3/2017 - MDR (initial batch file) :: :: The Pre-Full Image Backup.bat procedure should have previously run. Make sure :: you dismount the same drive letter which was previously mounted in that procedure. :: :: Configuration: :: Change this to the drive you want to mount/unmount SET drive=H: :: :: Unmount the drive so its inaccessible MOUNTVOL %drive% /p ::